forked from dotnet/AspNetCore.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge to Live #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
5,556
commits into
live
Choose a base branch
from
main
base: live
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change adds more detail and consolidates existing topics to create a more prescriptive and helpful set of options for developers looking to migration their ASP.NET Framework to Core applications. Main things included in this update are: - Consolidated a topics that were logically connected into a single document - Added some basic decision trees for developers to understand what is most likely to be useful to them - Updated the initial landing page to provide a better overview of what challenges they may encounter as they start a migration - Updated the setup instructions to align with the current state of things
Fixed date to required format with two digits.
Fixed ms.date format which requires 2 digit month
Just updated ms.date to current since file was significantly updated.
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
Co-authored-by: Wade Pickett <[email protected]>
* Initial plan * Clarify Swashbuckle availability banner for .NET 9+ Co-authored-by: wadepickett <[email protected]> * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Apply suggestion from @wadepickett Added 2nd link * Clarify OpenAPI and Swashbuckle usage in .NET 9 Updated note on OpenAPI support in .NET 9 and later, clarifying the status of Swashbuckle. * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett * Apply suggestion from @wadepickett --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wadepickett <[email protected]> Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: Copilot <[email protected]>
…36219) * Add warning when using Redis to store Data Protection keys Added a warning about using Redis cache to store Data Protection keys, since Redis doesn't persist data across service restarts by default. Provided links for configuration guidance. * Fix link formatting for Azure Managed Redis documentation * Update ms.date for key storage providers documentation --------- Co-authored-by: Wade Pickett <[email protected]>
* Initial plan * Fix broken Nginx installation links for Ubuntu Co-authored-by: tdykstra <[email protected]> * Apply suggestion from @wadepickett --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: tdykstra <[email protected]> Co-authored-by: Wade Pickett <[email protected]>
…otnet#36304) * Initial plan * Clarify ASP0026 warning: AllowAnonymous allows but doesn't require authentication Co-authored-by: tdykstra <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: tdykstra <[email protected]>
* Describe System.Web adapters hosting updates * fix some links * add request services * add space * add leading slash
…t#36323) * Add docs for migrating owin pipelines with system.web adapters * clean up sample
* Initial plan * Add Identity metrics documentation for .NET 10 Co-authored-by: wadepickett <[email protected]> * Update ASP.NET Core Identity documentation Fixed for moniker range. * Apply suggestion from @wadepickett Added to View Identity metric section * Apply suggestions from code review Suggested udpated from guardrex Co-authored-by: Luke Latham <[email protected]> * Apply suggestion from @wadepickett Fixed comma * Fix punctuation and formatting in metrics.md Corrected punctuation and formatting for consistency in metrics documentation. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wadepickett <[email protected]> Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: Luke Latham <[email protected]>
dotnet#36330) * Add documentation for endpoint-specific OpenAPI operation transformers * Remove details because they are in the docs --------- Co-authored-by: Sander ten Brinke <[email protected]>
Completed a review. Did not find anything out of date. Updating the ms.date to current.
…otnet#36341) Co-authored-by: JamesNK <[email protected]> Co-authored-by: guardrex <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: James Newton-King <[email protected]>
* Add Copilot instruction: Issue analysis and action plan * Add top metadata * Changed to asterisks for all line items * Removed quick decision tree * Update .github/copilot-issue-verification-action-plan.md Co-authored-by: Copilot <[email protected]> * Apply suggestions from code review * Apply suggestions from code review * Fix numbering in issue verification action plan Updated the numbering of the goals in the action plan for clarity. --------- Co-authored-by: Copilot <[email protected]>
* Not-latest includes updated for post .NET 10 * Exclude > 10 until v11 added to selector * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
* RemoveNotice of Pre-release * Just remove triple colon * no moniker collision warnings on the build report
* Import inputs into env Instead of raw input from workflow_dispatch, import those inputs into the environment before using. * Apply suggestions from code review
* Initial plan * Add Safari compatibility note to localhost-tld.md Co-authored-by: wadepickett <[email protected]> * Apply suggestions from code review - clarified "client" app. * Update aspnetcore/test/localhost-tld.md Co-authored-by: Tom Dykstra <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: wadepickett <[email protected]> Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: Tom Dykstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[AUTOMATED]